___________________________________________________________________________
README      Example 64-bit Fixed-Point Two Channel SIMD IIR

Analog Devices, Inc.
DSP Division
P.O. Box 9106
Norwood, MA 02062

25-June-2005

This directory contains the source files for a two channel SIMD FIR
filter for the SHARC DSP. This code processes two channels of data at once.

All of the data files are in 64-bit hex format.

Files contained in this directory:

21367_IVT.asm           Interrupt Vector Table for the ADSP-21367
ADSP-21367-EZKIT.ldf    Linker Description File set up for the ADSP-21367
asm64 SIMD IIR.dpj      VisualDSP++ 4.0 Project File for this example
coeffs1.dat             Filter Coefficients for Channel 1
coeffs2.dat             Filter Coefficients for Channel 2
expected_output1.dat    Expected output of first channel when using provided input1
expected_output2.dat    Expected output of second channel when using provided input2
iir64.asm               Filter Source Code
inwave1.hex             Input Data for Channel 1
inwave2.hex             Input Data for Channel 2
readme.txt              This file
